home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / ANTIVIRUS / SCANNER / !Scanner / Doc < prev    next >
Text File  |  1993-01-08  |  4KB  |  81 lines

  1. -----------------------------------------------------------------------------
  2.          Scanner, v1.56 (12-Oct-1992) - © 1991,1992 Tor O. Houghton
  3. -----------------------------------------------------------------------------
  4.  
  5.              PLEASE READ VERSION INFORMATION IN FILE 'Versions'
  6.  
  7. Please note that this product is a primarily a detector - i.e. it detects
  8. rather than removes viruses. Removal code for each virus will often come in
  9. later versions, but as I don't have time to disassemble each virus on the fly
  10. (unlike Alan Glover) I add the detection routines first so that new versions
  11. can be released quickly.
  12.  
  13. A bit about the screen layout:
  14.  
  15. .---------------------------------------------.
  16. |                                             | <- Current directory
  17. |=============================================|
  18. |                                             | <- File found and checked
  19. |                                             |
  20. |                                             |
  21. |                                             |
  22. |=============================================|
  23. |                                             | <- File contained material
  24. |                                             |    worth mentioning, and is
  25. |                                             |    therefore written here
  26. |                                             |    with colour coding
  27. |===============================--------------'
  28. |                              |
  29. |                              |                <- Status report
  30. '------------------------------'
  31.  
  32. A few notes on the colour coding:
  33.  
  34. RED     - Scanner found virus code, but could/did not remove it. Such files
  35.           should be removed from where they are and either deleted or
  36.           stored in a safe place for future versions of Scanner (or any
  37.           similar program) to handle them. 
  38.           MARK: ⇨
  39.  
  40. PEACH   - Scanner found something but couldn't determine what it was. It
  41.           might be a virus, but Scanner is "not sure".
  42.           MARK: ?
  43.           
  44. MAGENTA - Scanner found virus code, and successfully managed to remove it 
  45.           from the file.
  46.           MARK: ☓
  47.                                            
  48. GREEN   - Scanner inoculated a file against a specific virus attack. This
  49.           is currently not available. In fact - I don't think it ever will
  50.           be. It *is* a rather useless countermeasure.
  51.           MARK: €
  52.  
  53. YELLOW  - Scanner found a file with an inoculation 'fingerprint', and just
  54.           notifies you of this. 
  55.           MARK: -
  56.  
  57. ORANGE  - Scanner found a compressed file.
  58.           MARK: #
  59.  
  60. A number in paranthesis tailing an infected file indicates infection count.
  61.  
  62. -----------------------------------------------------------------------------
  63.  
  64. Using <Scanner$Dir>.!RunImage from CLI or customized Obey file:
  65.  
  66. *<Scanner$Dir>.!RunImage <param 1> <param 2> <param 3> <param 4>
  67.  
  68. Parameter 1: Scanner search dir, e.g. $ or CFS#SCSI::4.$.Incoming
  69. Parameter 2: Log file - "_" for default if parameter 3 and 4 are used, else
  70.              blank.
  71. Parameter 3: Remove inoculation fingerprint? (Y/N)
  72. Parameter 4: Remove virus code from infected files? (Y/N)
  73.  
  74. E.g. 1: "*<Scanner$Dir>.!RunImage ADFS::0.$ _ Y N" will remove inoculation
  75. fingerprints in files located on ADFS drive 0, using the default filename for
  76. the log file.
  77.  
  78. E.g. 2: "<Scanner$Dir>.!RunImage ADFS::0.$" will scan ADFS drive 0 without
  79. taking any action whatsoever.
  80.  
  81. -----------------------------------------------------------------------------